Flash Exploit Command Line Examples
http://www.mgatelabs.com

Notice: FECL uses the Prototype Conversion Engine, Later Versions will include the better engine.

To Export a Single Frame
java -jar FECL.jar -i inputfile.swf -o outputfile.svg

To Export Frame 25
java -jar FECL.jar -i inputfile.swf -o outputfile.svg -f 25

To Dump all of Shapes to a Folder
java -jar FECL.jar -i inputfile.swf -o outputfolder/ -mode dump